nhooyr.io/websocket.mu.tryLock (method)

3 uses

	nhooyr.io/websocket (current package)
		conn.go#L270: func (m *mu) tryLock() bool {
		netconn.go#L62: 		if !nc.writeMu.tryLock() {
		netconn.go#L78: 		if !nc.readMu.tryLock() {